home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global gygon, jukemessage, spritetime, spritelist
- set gygon to the soundLevel
- set jukemessage to EMPTY
- set the centerStage to 1
- set spritelist to [[83, 110, 131, 154, 173, 217, 239, 263, 305, 329], [97, 121, 164, 187, 229, 252, 296, 319], [98, 119, 98, 119, 158, 180, 217, 242, 263, 300, 323, 300, 323], [104, 127, 167, 190, 231, 253, 294, 316], [92, 121, 171, 198, 249, 276, 327], [87, 108, 132, 154, 197, 221, 243, 267, 308, 334], [83, 105, 125, 147, 178, 201, 221, 243, 274, 297, 317, 339], [83, 106, 128, 151, 173, 205, 228, 252, 275, 309, 334]]
- set spritetime to [[134, 228, 396, 497, 598, 832, 941, 1028, 1184, 1367, 0, 0], [470, 579, 689, 798, 908, 1022, 1131, 1239, 0, 0], [1, 181, 310, 478, 612, 923, 1189, 1525, 1755, 2027, 2199, 2331, 2496, 0, 0], [119, 318, 525, 729, 935, 1041, 1143, 1246, 0, 0], [516, 626, 733, 838, 938, 1041, 1149, 0, 0], [147, 324, 521, 704, 928, 1092, 1281, 1469, 1665, 1853, 0, 0], [83, 160, 268, 359, 457, 543, 636, 734, 884, 963, 1047, 1140, 0, 0], [429, 683, 804, 909, 1144, 1400, 1519, 1639, 1758, 1864, 2121, 0, 0]]
- set spritetime to spritetime * (11024 / 11127.0)
- end
-
- on stopMovie
- global mysoundlevel
- set the soundLevel to mysoundlevel
- puppetSound(0)
- end
-
- on dohilite
- global spritestep, spritelist, spritetime, tunenum
- if the frame < marker("ferris wheel") then
- exit
- end if
- if getAt(getAt(spritetime, tunenum), spritestep + 1) = 0 then
- exit
- end if
- puppetSprite(5, 1)
- if the timer > (getAt(getAt(spritetime, tunenum), spritestep + 1) - 40) then
- set the visible of sprite 5 to 1
- set the locV of sprite 5 to 34 + getAt(getAt(spritelist, tunenum), spritestep + 1)
- set spritestep to spritestep + 1
- end if
- updateStage()
- end
-